home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / setlay < prev    next >
Text File  |  1991-11-22  |  782b  |  29 lines

  1.  
  2.    3.4.4 DEFINE LAYER
  3.  
  4.  
  5. The DEFINE LAYER command is used to define a layer name which may be used
  6. to select an active layer or to echo a group of layers.
  7.  
  8.  
  9.    MODIFIERS
  10.  
  11. NAME        Requires the layer name, this can consist of up to 15 alpha-
  12.             betic characters.
  13.  
  14. ACTIVE      If the ACTIVE modifier is used, the current active layer is
  15.             saved as the named layer. Thus, whenever the command
  16.  
  17.                #SELECT LAYER NAME name
  18.  
  19.             is used, this layer will become the active layer.
  20.  
  21. ECHOED      If the ECHOED modifier is used, the currently visible layers
  22.             are saved as a the named layer list. Thus, whenever the command
  23.  
  24.                #ECHO LAYER NAME name
  25.  
  26.             is used, these layers will become the echoed or visible layers.
  27.  
  28.  
  29.